var github.com/jackc/pgx/v5/pgconn.asciiSpace
2 uses
github.com/jackc/pgx/v5/pgconn (current package)
config.go#L611: var asciiSpace = [256]uint8{'\t': 1, '\n': 1, '\v': 1, '\f': 1, '\r': 1, ' ': 1}
config.go#L633: if asciiSpace[s[end]] == 1 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)